.chromestyle{
width: 1000px;
font-size:12px;
text-align:center;
color:#ffffff;
}
.chromestyle ul{
margin: 0;
list-style-type:none;
}
.chromestyle li{
display: inline;
color: #ffffff;
width: 80px;
text-align:center;
height:54px;
line-height:54px;
}
.chromestyle A:link   {font-family:"宋体";font-size:12px;color: #EFBB64;text-decoration: none;}
.chromestyle A:visited{font-family:"宋体";font-size:12px;color: #EFBB64;text-decoration: none;}
.chromestyle A:hover  {font-family:"宋体";font-size:12px;text-decoration: none; background: url(../images/11.gif); height:54px; line-height:54px; width:80px;}
.chromestyle A:active {font-family:"宋体";font-size:12px;text-decoration: none;background: url(../images/11.gif); height:54px; line-height:54px; width:80px;}

.chromestyle .11 A:link   {font-family:"宋体";font-size:12px;color: #EFBB64;text-decoration: none;background: url(../images/11.gif); height:54px; line-height:54px; width:80px;}
.chromestyle .11 A:visited{font-family:"宋体";font-size:12px;color: #EFBB64;text-decoration: none;background: url(../images/11.gif); height:54px; line-height:54px; width:80px;}




.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul li a:hover{
 /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin:0px 0px 0px -20px;
line-height:29px;
width: 100px;
visibility: hidden;
text-align:center;
background-image: url(../images/16.jpg);
}
.dropmenudiv A:link   {font-family:"宋体";font-size:12px;color: #ffffff;text-decoration: none;}
.dropmenudiv A:visited{font-family:"宋体";font-size:12px;color: #ffffff;text-decoration: none;}
.dropmenudiv A:hover  {font-family:"宋体";font-size:12px;color: #FF0000;text-decoration: none;}
.dropmenudiv A:active {font-family:"宋体";font-size:12px;color: #FF0000;text-decoration: none;}


.dropmenudiv a{
width:130px;
display: block;
text-indent: 3px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}